home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / admin / linuxcon.000 / linuxcon / linuxconf-1.6 / dnsconf / dnsconf.p < prev    next >
Text File  |  1996-07-29  |  1KB  |  37 lines

  1. /* _dict.c 14/04/96 23.56.30 */
  2. /* dns.c 30/06/96 01.23.06 */
  3. /* dnscheck.c 16/09/95 13.32.38 */
  4. /* dnsconf.c 27/07/96 00.31.14 */
  5. void dnsconf_edit (void);
  6. int dnsconf_condset (const char *hostname,
  7.      const char *tbip[],
  8.      int nbip);
  9. int dnsconf_main (int argc, char *argv[]);
  10. /* dnsmxs.c 16/09/95 11.03.00 */
  11. /* dnsping.c 27/07/96 00.03.06 */
  12. int dns_ping (void);
  13. long dns_getserial (const char *domain,
  14.      const char *server,
  15.      int timeout);
  16. /* dnsrecs.c 27/07/96 00.30.18 */
  17. /* fqhost.c 12/04/96 12.00.42 */
  18. /* helpf.c 27/08/95 21.37.34 */
  19. /* internal.c 27/08/95 21.36.10 */
  20. /* ipmap.c 30/06/96 18.19.12 */
  21. void ipmap_edit (void);
  22. /* misc.c 30/06/96 18.23.14 */
  23. void dns_cnv2abs (SSTRING&s);
  24. /* origin.c 30/06/96 17.46.56 */
  25. /* primary.c 27/07/96 00.34.04 */
  26. /* primquery.c 15/10/95 01.07.26 */
  27. /* record.c 01/07/96 02.32.04 */
  28. /* record_edit.c 29/08/95 23.24.04 */
  29. /* resolv.c 29/07/96 00.33.54 */
  30. void dnsconf_editresolv (void);
  31. int dnsconf_isrslconf (void);
  32. void dnsconf_editorder (void);
  33. /* secondary.c 27/07/96 00.28.16 */
  34. /* soa.c 27/07/96 00.52.16 */
  35. /* tbfile.c 08/09/95 23.54.42 */
  36. /* timestr.c 24/09/95 22.04.52 */
  37.